home *** CD-ROM | disk | FTP | other *** search
/ Internet Pro - Web Page Builder / Internet Pro - Web Page Builder (Wayzata Technology) (7241) (1995).bin / pc / windows / http_srv / whttpd14 / basex1.bat < prev    next >
DOS Batch File  |  1994-04-19  |  168b  |  10 lines

  1. rem
  2. rem Example used in server docs "Basic Scripting"
  3. rem
  4. set OF=%OUTPUT_FILE%
  5. echo Content-type: text/plain > %OF%
  6. echo. >> %OF%
  7. type c:\config.sys >> %OF%
  8.  
  9.  
  10.